home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Shareware / Utilitare / accmen / setup.exe / {app} / newadmin.exe / 0 / RCDATA / TTEXTINPUTFORM / TTEXTINPUTFORM.txt
Text File  |  2004-07-06  |  1KB  |  55 lines

  1. object TextInputForm: TTextInputForm
  2.   Left = 492
  3.   Top = 526
  4.   AutoSize = True
  5.   BorderStyle = bsDialog
  6.   Caption = 'Input'
  7.   ClientHeight = 313
  8.   ClientWidth = 465
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object MP: TPanel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 465
  23.     Height = 313
  24.     BevelOuter = bvNone
  25.     TabOrder = 0
  26.     object Memo: TMemo
  27.       Left = 8
  28.       Top = 8
  29.       Width = 449
  30.       Height = 265
  31.       TabOrder = 0
  32.     end
  33.     object Button1: TButton
  34.       Left = 8
  35.       Top = 280
  36.       Width = 81
  37.       Height = 25
  38.       Caption = '&Ok'
  39.       Default = True
  40.       ModalResult = 1
  41.       TabOrder = 1
  42.     end
  43.     object Button2: TButton
  44.       Left = 96
  45.       Top = 280
  46.       Width = 81
  47.       Height = 25
  48.       Cancel = True
  49.       Caption = '&Cancel'
  50.       ModalResult = 2
  51.       TabOrder = 2
  52.     end
  53.   end
  54. end
  55.